UInt64NINumericUInt64NSubtract Method
Subtracts the specified value from the current value.
Namespace: Jodosoft.NumericsAssembly: Jodosoft.Numerics (in Jodosoft.Numerics.dll) Version: 2.0
UInt64N INumeric<UInt64N>.Subtract(
UInt64N value
)
Private Function Subtract (
value As UInt64N
) As UInt64N Implements INumeric(Of UInt64N).Subtract
private:
virtual UInt64N Subtract(
UInt64N value
) sealed = INumeric<UInt64N>::Subtract
private abstract Subtract :
value : UInt64N -> UInt64N
private override Subtract :
value : UInt64N -> UInt64N
- value UInt64N
- The value to subtract from the current value.
UInt64NThe result of subtracting
value from the current value.
INumericTSelfSubtract(TSelf)